derelict.purple.roomlist

Undocumented in source.

Members

Aliases

PurpleRoomlist
alias PurpleRoomlist = _PurpleRoomlist
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleRoomlistField
alias PurpleRoomlistField = _PurpleRoomlistField
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleRoomlistFieldType
alias PurpleRoomlistFieldType = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleRoomlistRoom
alias PurpleRoomlistRoom = _PurpleRoomlistRoom
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleRoomlistRoomType
alias PurpleRoomlistRoomType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleRoomlistUiOps
alias PurpleRoomlistUiOps = _PurpleRoomlistUiOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_cancel_get_list
alias da_purple_roomlist_cancel_get_list = void function(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_expand_category
alias da_purple_roomlist_expand_category = void function(PurpleRoomlist* list, PurpleRoomlistRoom* category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_field_get_hidden
alias da_purple_roomlist_field_get_hidden = gboolean function(PurpleRoomlistField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_field_get_label
alias da_purple_roomlist_field_get_label = const(char)* function(PurpleRoomlistField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_field_get_type
alias da_purple_roomlist_field_get_type = PurpleRoomlistFieldType function(PurpleRoomlistField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_field_new
alias da_purple_roomlist_field_new = PurpleRoomlistField* function(PurpleRoomlistFieldType type, const(gchar)* label, const(gchar)* name, gboolean hidden)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_get_fields
alias da_purple_roomlist_get_fields = GList* function(PurpleRoomlist* roomlist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_get_in_progress
alias da_purple_roomlist_get_in_progress = gboolean function(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_get_list
alias da_purple_roomlist_get_list = PurpleRoomlist* function(PurpleConnection* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_get_ui_ops
alias da_purple_roomlist_get_ui_ops = PurpleRoomlistUiOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_new
alias da_purple_roomlist_new = PurpleRoomlist* function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_ref
alias da_purple_roomlist_ref = void function(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_add
alias da_purple_roomlist_room_add = void function(PurpleRoomlist* list, PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_add_field
alias da_purple_roomlist_room_add_field = void function(PurpleRoomlist* list, PurpleRoomlistRoom* room, gconstpointer field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_get_fields
alias da_purple_roomlist_room_get_fields = GList* function(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_get_name
alias da_purple_roomlist_room_get_name = const(char)* function(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_get_parent
alias da_purple_roomlist_room_get_parent = PurpleRoomlistRoom* function(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_get_type
alias da_purple_roomlist_room_get_type = PurpleRoomlistRoomType function(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_join
alias da_purple_roomlist_room_join = void function(PurpleRoomlist* list, PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_room_new
alias da_purple_roomlist_room_new = PurpleRoomlistRoom* function(PurpleRoomlistRoomType type, const(gchar)* name, PurpleRoomlistRoom* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_set_fields
alias da_purple_roomlist_set_fields = void function(PurpleRoomlist* list, GList* fields)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_set_in_progress
alias da_purple_roomlist_set_in_progress = void function(PurpleRoomlist* list, gboolean in_progress)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_set_ui_ops
alias da_purple_roomlist_set_ui_ops = void function(PurpleRoomlistUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_show_with_account
alias da_purple_roomlist_show_with_account = void function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_roomlist_unref
alias da_purple_roomlist_unref = void function(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_roomlist_cancel_get_list
void purple_roomlist_cancel_get_list(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_expand_category
void purple_roomlist_expand_category(PurpleRoomlist* list, PurpleRoomlistRoom* category)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_get_hidden
gboolean purple_roomlist_field_get_hidden(PurpleRoomlistField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_get_label
const(char)* purple_roomlist_field_get_label(PurpleRoomlistField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_get_type
PurpleRoomlistFieldType purple_roomlist_field_get_type(PurpleRoomlistField* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_new
PurpleRoomlistField* purple_roomlist_field_new(PurpleRoomlistFieldType type, const(gchar)* label, const(gchar)* name, gboolean hidden)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_fields
GList* purple_roomlist_get_fields(PurpleRoomlist* roomlist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_in_progress
gboolean purple_roomlist_get_in_progress(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_list
PurpleRoomlist* purple_roomlist_get_list(PurpleConnection* gc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_ui_ops
PurpleRoomlistUiOps* purple_roomlist_get_ui_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_new
PurpleRoomlist* purple_roomlist_new(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_ref
void purple_roomlist_ref(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_add
void purple_roomlist_room_add(PurpleRoomlist* list, PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_add_field
void purple_roomlist_room_add_field(PurpleRoomlist* list, PurpleRoomlistRoom* room, gconstpointer field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_fields
GList* purple_roomlist_room_get_fields(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_name
const(char)* purple_roomlist_room_get_name(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_parent
PurpleRoomlistRoom* purple_roomlist_room_get_parent(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_type
PurpleRoomlistRoomType purple_roomlist_room_get_type(PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_join
void purple_roomlist_room_join(PurpleRoomlist* list, PurpleRoomlistRoom* room)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_new
PurpleRoomlistRoom* purple_roomlist_room_new(PurpleRoomlistRoomType type, const(gchar)* name, PurpleRoomlistRoom* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_set_fields
void purple_roomlist_set_fields(PurpleRoomlist* list, GList* fields)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_set_in_progress
void purple_roomlist_set_in_progress(PurpleRoomlist* list, gboolean in_progress)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_set_ui_ops
void purple_roomlist_set_ui_ops(PurpleRoomlistUiOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_show_with_account
void purple_roomlist_show_with_account(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_unref
void purple_roomlist_unref(PurpleRoomlist* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_roomlist_cancel_get_list
da_purple_roomlist_cancel_get_list purple_roomlist_cancel_get_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_expand_category
da_purple_roomlist_expand_category purple_roomlist_expand_category;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_get_hidden
da_purple_roomlist_field_get_hidden purple_roomlist_field_get_hidden;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_get_label
da_purple_roomlist_field_get_label purple_roomlist_field_get_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_get_type
da_purple_roomlist_field_get_type purple_roomlist_field_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_field_new
da_purple_roomlist_field_new purple_roomlist_field_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_fields
da_purple_roomlist_get_fields purple_roomlist_get_fields;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_in_progress
da_purple_roomlist_get_in_progress purple_roomlist_get_in_progress;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_list
da_purple_roomlist_get_list purple_roomlist_get_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_get_ui_ops
da_purple_roomlist_get_ui_ops purple_roomlist_get_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_new
da_purple_roomlist_new purple_roomlist_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_ref
da_purple_roomlist_ref purple_roomlist_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_add
da_purple_roomlist_room_add purple_roomlist_room_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_add_field
da_purple_roomlist_room_add_field purple_roomlist_room_add_field;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_fields
da_purple_roomlist_room_get_fields purple_roomlist_room_get_fields;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_name
da_purple_roomlist_room_get_name purple_roomlist_room_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_parent
da_purple_roomlist_room_get_parent purple_roomlist_room_get_parent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_get_type
da_purple_roomlist_room_get_type purple_roomlist_room_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_join
da_purple_roomlist_room_join purple_roomlist_room_join;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_room_new
da_purple_roomlist_room_new purple_roomlist_room_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_set_fields
da_purple_roomlist_set_fields purple_roomlist_set_fields;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_set_in_progress
da_purple_roomlist_set_in_progress purple_roomlist_set_in_progress;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_set_ui_ops
da_purple_roomlist_set_ui_ops purple_roomlist_set_ui_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_show_with_account
da_purple_roomlist_show_with_account purple_roomlist_show_with_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_roomlist_unref
da_purple_roomlist_unref purple_roomlist_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleRoomlist
struct _PurpleRoomlist
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleRoomlistField
struct _PurpleRoomlistField
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleRoomlistRoom
struct _PurpleRoomlistRoom
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleRoomlistUiOps
struct _PurpleRoomlistUiOps
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta